home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / pdc / s / start
Text File  |  1990-04-07  |  366b  |  10 lines

  1. ; This script is meant to be run from the top of your PDC directory heirarchy.
  2. ; It will set the necessary environment variables and will assign the logical
  3. ; device "pdc:" to a common point for referencing PDC-related files.
  4. ;
  5. assign pdc: ""
  6. path add pdc:bin
  7. setenv PDCLibs "PDC.Lib; Amiga.lib; Math.lib"
  8. setenv PDCLibDirs "PDC:lib"
  9. setenv PDCIncDirs "PDC:include"
  10.